projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bdc67f
)
icon-browser: Make non-symbolic icons visible again
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 26 Oct 2017 03:58:09 +0000
(23:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 26 Oct 2017 03:58:09 +0000
(23:58 -0400)
The commit that added the scalable size to the details dialog
inadvertedly caused all icons to be hidden. No need to do that.
demos/icon-browser/iconbrowserwin.c
patch
|
blob
|
history
diff --git
a/demos/icon-browser/iconbrowserwin.c
b/demos/icon-browser/iconbrowserwin.c
index d23470bf64ec6439e1d82eb0dba33537b5f130bc..bd0e0d41bfe1c265a79a9fda5ae2c719863ae14d 100644
(file)
--- a/
demos/icon-browser/iconbrowserwin.c
+++ b/
demos/icon-browser/iconbrowserwin.c
@@
-138,14
+138,12
@@
item_activated (GtkIconView *icon_view, GtkTreePath *path, IconBrowserWindow *wi
{
gtk_widget_show (win->image6);
gtk_widget_show (win->label6);
- gtk_widget_show (gtk_widget_get_parent (win->image6));
set_image (win->image6, name, 64);
}
else
{
gtk_widget_hide (win->image6);
gtk_widget_hide (win->label6);
- gtk_widget_hide (gtk_widget_get_parent (win->image6));
}
if (description && description[0])
{